home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1833 / 1833.xpi / chrome / m / yoono.com / sidebar.jar / sidebar / emDoc.html < prev    next >
Encoding:
Extensible Markup Language  |  2009-12-16  |  1.3 KB  |  41 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html debug="false" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
  5.   <head>
  6.   
  7.   <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  8.  
  9.     <script src="js/yoono/YoonoAPI/Yoono.js" type="text/javascript"></script>
  10.     <script src="js/yoono/YoonoAPI/lang/lang.js" type="text/javascript"></script>
  11.     <script src="js/yoono/utils/utils.js" type="text/javascript"></script>
  12.     <script src="js/yoono/EventMgr/EMConst.js" type="text/javascript"></script>
  13.     <script src="js/yoono/EventMgr/EventMgr.js" type="text/javascript"></script>
  14.     <script src="js/yoono/YoonoAPI/thirdpart/prototype/prototype.js" type="text/javascript"></script>
  15.  
  16.   <script type="text/javascript">
  17.  
  18.   function logDebug(msg) { window.external.logDebug('em:' + msg); }
  19.   function logWarning(msg) { window.external.logWarning('em:' + msg); }
  20.   function logError(msg) { window.external.logError('em:' + msg); }
  21.   function logInfo(msg) { window.external.logInfo('em:' + msg); }
  22.  
  23.   function setKeyValue(params) { window.external.setKeyValue(params); }
  24.  
  25.   var em;
  26.  
  27.   function getEventMgr() {
  28.     if (!em)
  29.       em = new EventMgr();
  30.     return em;
  31.   }
  32.  
  33.   </script>
  34.   
  35. </head>
  36.  
  37. <body>
  38. </body>
  39.  
  40. </html>
  41.